"instagram style multi color" shadcn/ui theme

neon
high-contrast
futuristic
immersive
vibrant
experimental
bold
modern
colorful
instagram-style

Shadcn/ui Theme Css Variables

name: Neon Spectrumkeyword: instagram style multi color views: 2

:root {
  --background: 0 0% 0%;
  --foreground: 0 0% 100%;
  --card: 0 0% 0%;
  --card-foreground: 0 0% 100%;
  --popover: 0 0% 0%;
  --popover-foreground: 0 0% 100%;
  --primary: 300 100% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 240 100% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 0 0% 20%;
  --muted-foreground: 0 0% 70%;
  --accent: 120 100% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 30%;
  --input: 0 0% 30%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 100% 50%;
  --chart-2: 173 100% 50%;
  --chart-3: 197 100% 50%;
  --chart-4: 43 100% 50%;
  --chart-5: 27 100% 50%;
}